home *** CD-ROM | disk | FTP | other *** search
- This is the REND386 library package. It consists of:
-
- read.me - this file
- demo2.c - source for the demo
- rend386.h - include file for the renderer routines and data structures
- userint.h - include file for the user interface routines
- plg.h - include file for the .PLG file i/o routines
- pointer.h - include file for 3D pointer routines
- colors16.c - color-related support routines, 16-color version
- colorsy.c - color-related support routines, 256-color version
- render.c - the bottom-level interface to the rendering routines
- pointer.c - maps 2D mouse to 3D pointer
- plg.c - reads and writes .PLG files
- segio.c - reads and writes .FIG files
- pcxmodey.c - loads and saves .PCX files (screen capture and backgrounds)
- demo2.mak - the makefile for building demo2.exe (make -fdemo2.mak)
- devel2.doc - documentation
- rend386.lib - the rendering library
- userint.lib - the user interface library
- blit16.lib - the 16-color polygon blitter library
- blit256.lib - the 256-color polygon blitter library
-
- For more information, read figure.doc, plg.doc and colors.doc (all are found
- in demo2.zip).
-
-